IContentManagerDisplayCameraInInstantPlayback Method |
Displays the instant playback of a camera in the specified video window and monitor.
In case the selected monitor is playback the seekTime and the playForward parameters are ignored.
For cameras where no playback content is available
(e.g. Allegiant cameras) no video window is opened.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid DisplayCameraInInstantPlayback(
ImagePane pane,
Camera camera,
DateTime seekTime,
bool playForward
)
Parameters
- pane ImagePane
- camera Camera
- Camera object that can be obtained from the camera manager.
- seekTime DateTime
- The seek time that shall be set. The time format is local.
- playForward Boolean
- Sets the play forward or pause mode
Exceptions
See Also